3.16.33 \(\int \frac {x^4}{\sqrt {1+x^8}} \, dx\) [1533]

Optimal. Leaf size=22 \[ \frac {1}{5} x^5 \, _2F_1\left (\frac {1}{2},\frac {5}{8};\frac {13}{8};-x^8\right ) \]

[Out]

1/5*x^5*hypergeom([1/2, 5/8],[13/8],-x^8)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {371} \begin {gather*} \frac {1}{5} x^5 \, _2F_1\left (\frac {1}{2},\frac {5}{8};\frac {13}{8};-x^8\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^4/Sqrt[1 + x^8],x]

[Out]

(x^5*Hypergeometric2F1[1/2, 5/8, 13/8, -x^8])/5

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rubi steps

\begin {align*} \int \frac {x^4}{\sqrt {1+x^8}} \, dx &=\frac {1}{5} x^5 \, _2F_1\left (\frac {1}{2},\frac {5}{8};\frac {13}{8};-x^8\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 10.03, size = 22, normalized size = 1.00 \begin {gather*} \frac {1}{5} x^5 \, _2F_1\left (\frac {1}{2},\frac {5}{8};\frac {13}{8};-x^8\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^4/Sqrt[1 + x^8],x]

[Out]

(x^5*Hypergeometric2F1[1/2, 5/8, 13/8, -x^8])/5

________________________________________________________________________________________

Maple [A]
time = 0.17, size = 17, normalized size = 0.77

method result size
meijerg \(\frac {x^{5} \hypergeom \left (\left [\frac {1}{2}, \frac {5}{8}\right ], \left [\frac {13}{8}\right ], -x^{8}\right )}{5}\) \(17\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(x^8+1)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/5*x^5*hypergeom([1/2,5/8],[13/8],-x^8)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(x^8+1)^(1/2),x, algorithm="maxima")

[Out]

integrate(x^4/sqrt(x^8 + 1), x)

________________________________________________________________________________________

Fricas [F]
time = 0.35, size = 13, normalized size = 0.59 \begin {gather*} {\rm integral}\left (\frac {x^{4}}{\sqrt {x^{8} + 1}}, x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(x^8+1)^(1/2),x, algorithm="fricas")

[Out]

integral(x^4/sqrt(x^8 + 1), x)

________________________________________________________________________________________

Sympy [C] Result contains complex when optimal does not.
time = 0.32, size = 29, normalized size = 1.32 \begin {gather*} \frac {x^{5} \Gamma \left (\frac {5}{8}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{2}, \frac {5}{8} \\ \frac {13}{8} \end {matrix}\middle | {x^{8} e^{i \pi }} \right )}}{8 \Gamma \left (\frac {13}{8}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4/(x**8+1)**(1/2),x)

[Out]

x**5*gamma(5/8)*hyper((1/2, 5/8), (13/8,), x**8*exp_polar(I*pi))/(8*gamma(13/8))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(x^8+1)^(1/2),x, algorithm="giac")

[Out]

integrate(x^4/sqrt(x^8 + 1), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int \frac {x^4}{\sqrt {x^8+1}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(x^8 + 1)^(1/2),x)

[Out]

int(x^4/(x^8 + 1)^(1/2), x)

________________________________________________________________________________________